STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

K.5 StructureDefinition: Guideline Appropriate Order

The official URL for this profile is:

http://hl7.org/fhir/StructureDefinition/gao-order

The Order resource references the request being evaluated (for diagnostic tests, medications, procedures, referrals).

This profile was published on [no date] with unknown status '" by .

K.5.1 Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from Order.

NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*OrderA request to perform an action
... identifier 1..1IdentifierIdentifiers assigned to this order by the orderer or by the receiver
... date 1..1dateTimeWhen the order was made
... subject 1..1Reference(GAO Patient)Patient this order is about
... source 1..1Reference(GAO Practitioner)Who initiated the order
... reason[x] 1..1CodeableConcept, Reference(Resource)Text - why the order was made
Binding: (unbound) (example)
... detail 1..1Reference(GAO Diagnostic Order | GAO Medication Order | GAO Procedure Request | GAO Referral Request)What action is being ordered

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*OrderA request to perform an action
... meta 0..1MetaMetadata about the resource
... implicitRules ?! 0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: IETF BCP-47 (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier 1..1IdentifierIdentifiers assigned to this order by the orderer or by the receiver
... date 1..1dateTimeWhen the order was made
... subject 1..1Reference(GAO Patient)Patient this order is about
... source 1..1Reference(GAO Practitioner)Who initiated the order
... target 0..1Reference(Organization | Device | Practitioner)Who is intended to fulfill the order
... reason[x] 1..1CodeableConcept, Reference(Resource)Text - why the order was made
Binding: (unbound) (example)
... when I0..1BackboneElementWhen order should be fulfilled
ord-1: Provide a code or a schedule, but not both
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?! 0..*ExtensionExtensions that cannot be ignored
.... code I0..1CodeableConceptCode specifies when request should be done. The code may simply be a priority code
Binding: (unbound) (example)
.... schedule I0..1TimingA formal schedule
... detail 1..1Reference(GAO Diagnostic Order | GAO Medication Order | GAO Procedure Request | GAO Referral Request)What action is being ordered

doco Documentation for this format

todo

Differential View

This structure is derived from Order.

NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*OrderA request to perform an action
... identifier 1..1IdentifierIdentifiers assigned to this order by the orderer or by the receiver
... date 1..1dateTimeWhen the order was made
... subject 1..1Reference(GAO Patient)Patient this order is about
... source 1..1Reference(GAO Practitioner)Who initiated the order
... reason[x] 1..1CodeableConcept, Reference(Resource)Text - why the order was made
Binding: (unbound) (example)
... detail 1..1Reference(GAO Diagnostic Order | GAO Medication Order | GAO Procedure Request | GAO Referral Request)What action is being ordered

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Order 0..*OrderA request to perform an action
... meta 0..1MetaMetadata about the resource
... implicitRules ?! 0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: IETF BCP-47 (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier 1..1IdentifierIdentifiers assigned to this order by the orderer or by the receiver
... date 1..1dateTimeWhen the order was made
... subject 1..1Reference(GAO Patient)Patient this order is about
... source 1..1Reference(GAO Practitioner)Who initiated the order
... target 0..1Reference(Organization | Device | Practitioner)Who is intended to fulfill the order
... reason[x] 1..1CodeableConcept, Reference(Resource)Text - why the order was made
Binding: (unbound) (example)
... when I0..1BackboneElementWhen order should be fulfilled
ord-1: Provide a code or a schedule, but not both
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?! 0..*ExtensionExtensions that cannot be ignored
.... code I0..1CodeableConceptCode specifies when request should be done. The code may simply be a priority code
Binding: (unbound) (example)
.... schedule I0..1TimingA formal schedule
... detail 1..1Reference(GAO Diagnostic Order | GAO Medication Order | GAO Procedure Request | GAO Referral Request)What action is being ordered

doco Documentation for this format

XML Template

JSON Template

todo

 

Other representations of profile: Schematron

K.5.2 Terminology Bindings

PathNameConformanceValueSet
Order.language?extrequiredhttp://tools.ietf.org/html/bcp47
Order.reason[x]?extexample
Order.when.code?extexample

K.5.3 Constraints

IdPathDetailsRequirements
ord-1Order.whenProvide a code or a schedule, but not both
XPath: exists(f:code) != exists(f:schedule)
.